Platform Explorer / Nuxeo Platform 5.8

Contribution org.nuxeo.theme.nuxeo.default--views

This contribution is part of XML component org.nuxeo.theme.nuxeo.default inside nuxeo-platform-webapp-core-5.8.jar

Extension Point

Extension point views of component ThemeService.

Contributed Items

  • <view name="Nuxeo DM logo (Galaxy Theme)" template-engine="jsf-facelets">
          <format-type>widget</format-type>
          <template>incl/logo_DM_galaxy.xhtml</template>
        </view>
  • <view name="nuxeo5 includes" template-engine="jsf-facelets">
          <format-type>widget</format-type>
          <template>incl/includes.xhtml</template>
          <resource>dragdrop.js</resource>
          <resource>seam-remote.js</resource>
          <resource>bsn.AutoSuggest_2.1.3.js</resource>
          <resource>foldable-box.js</resource>
          <resource>window.js</resource>
          <resource>window_effects.js</resource>
          <resource>waitdlg.js</resource>
          <!-- include JS used for D&D and tableSelection -->
          <resource>utils.js</resource>
          <!-- include JS for contextual menu -->
          <resource>jquery.js</resource>
          <resource>jquery.fancybox.js</resource>
          <resource>jquery.fancybox.style.css</resource>
          <resource>jquery.tools.cookie.js</resource>
          <resource>fancybox-popup-utils.js</resource>
          <resource>contextmenu.js</resource>
          <resource>jquery.tools.tooltip.min.js</resource>
          <resource>jquery.tools.focusfirst.js</resource>
          <resource>jquery.hotkeys.js</resource>
          <resource>sarissa-ie-workaround.js</resource>
          <resource>static-styles.css</resource>
          <resource>hideableAdminMessage.js</resource>
          <resource>accessKey.js</resource>
          <resource>jquery.nuxeo.doubleclickshield.js</resource>
          <resource>jquery.ambiance.js</resource>
          <resource>jquery.ambiance.css</resource>
        </view>
  • <view name="Nuxeo header" template-engine="jsf-facelets">
          <format-type>widget</format-type>
          <template>incl/nuxeo_header.xhtml</template>
          <resource>screen.css</resource>
        </view>
  • <view name="nuxeo5 breadcrumbs" template-engine="jsf-facelets">
          <format-type>widget</format-type>
          <template>incl/breadcrumb.xhtml</template>
        </view>
  • <view name="nuxeo5 tree explorer" template-engine="jsf-facelets">
          <format-type>widget</format-type>
          <template>incl/tree_explorer.xhtml</template>
        </view>
  • <view name="nuxeo5 directory tree explorer" template-engine="jsf-facelets">
          <!-- Fragment (not enabled in the default theme)
            that displays trees of [x]vocabularies to perform queries
            based on a hierarchical meta data. See the DirectoryTreeService
            extension point for more info on how to use this fragment.
          -->
          <format-type>widget</format-type>
          <template>incl/directory_tree_explorer.xhtml</template>
        </view>
  • <view name="nuxeo5 clip board" template-engine="jsf-facelets">
          <format-type>widget</format-type>
          <template>incl/user_clipboard.xhtml</template>
          <resource>dragdrop.js</resource>
        </view>
  • <view name="Nuxeo footer" template-engine="jsf-facelets">
          <format-type>widget</format-type>
          <template>incl/nuxeo_footer.xhtml</template>
        </view>

XML Source

<extension point="views" target="org.nuxeo.theme.services.ThemeService">

    <view name="Nuxeo DM logo (Galaxy Theme)" template-engine="jsf-facelets">
      <format-type>widget</format-type>
      <template>incl/logo_DM_galaxy.xhtml</template>
    </view>

    <view name="nuxeo5 includes" template-engine="jsf-facelets">
      <format-type>widget</format-type>
      <template>incl/includes.xhtml</template>
      <resource>dragdrop.js</resource>
      <resource>seam-remote.js</resource>
      <resource>bsn.AutoSuggest_2.1.3.js</resource>
      <resource>foldable-box.js</resource>
      <resource>window.js</resource>
      <resource>window_effects.js</resource>
      <resource>waitdlg.js</resource>
      <!-- include JS used for D&D and tableSelection -->
      <resource>utils.js</resource>
      <!-- include JS for contextual menu -->
      <resource>jquery.js</resource>
      <resource>jquery.fancybox.js</resource>
      <resource>jquery.fancybox.style.css</resource>
      <resource>jquery.tools.cookie.js</resource>
      <resource>fancybox-popup-utils.js</resource>
      <resource>contextmenu.js</resource>
      <resource>jquery.tools.tooltip.min.js</resource>
      <resource>jquery.tools.focusfirst.js</resource>
      <resource>jquery.hotkeys.js</resource>
      <resource>sarissa-ie-workaround.js</resource>
      <resource>static-styles.css</resource>
      <resource>hideableAdminMessage.js</resource>
      <resource>accessKey.js</resource>
      <resource>jquery.nuxeo.doubleclickshield.js</resource>
      <resource>jquery.ambiance.js</resource>
      <resource>jquery.ambiance.css</resource>
    </view>

    <view name="Nuxeo header" template-engine="jsf-facelets">
      <format-type>widget</format-type>
      <template>incl/nuxeo_header.xhtml</template>
      <resource>screen.css</resource>
    </view>

    <view name="nuxeo5 breadcrumbs" template-engine="jsf-facelets">
      <format-type>widget</format-type>
      <template>incl/breadcrumb.xhtml</template>
    </view>

    <view name="nuxeo5 tree explorer" template-engine="jsf-facelets">
      <format-type>widget</format-type>
      <template>incl/tree_explorer.xhtml</template>
    </view>

    <view name="nuxeo5 directory tree explorer" template-engine="jsf-facelets">
      <!-- Fragment (not enabled in the default theme)
        that displays trees of [x]vocabularies to perform queries
        based on a hierarchical meta data. See the DirectoryTreeService
        extension point for more info on how to use this fragment.
      -->
      <format-type>widget</format-type>
      <template>incl/directory_tree_explorer.xhtml</template>
    </view>

    <view name="nuxeo5 clip board" template-engine="jsf-facelets">
      <format-type>widget</format-type>
      <template>incl/user_clipboard.xhtml</template>
      <resource>dragdrop.js</resource>
    </view>

    <view name="Nuxeo footer" template-engine="jsf-facelets">
      <format-type>widget</format-type>
      <template>incl/nuxeo_footer.xhtml</template>
    </view>

  </extension>